home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / ANTENNA / AZPRJ104 / FONTMAP < prev    next >
Text File  |  1996-11-23  |  15KB  |  386 lines

  1. %    Copyright (C) 1990, 1992, 1993 Aladdin Enterprises.  All rights reserved.
  2. %
  3. % This file is part of Aladdin Ghostscript.
  4. %
  5. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6. % or distributor accepts any responsibility for the consequences of using it,
  7. % or for whether it serves any particular purpose or works at all, unless he
  8. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9. % License (the "License") for full details.
  10. %
  11. % Every copy of Aladdin Ghostscript must include a copy of the License,
  12. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  13. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14. % under certain conditions described in the License.  Among other things, the
  15. % License requires that the copyright notice and this notice be preserved on
  16. % all copies.
  17.  
  18. % fontmap aka Fontmap - standard font catalog for Ghostscript.
  19. % Modified for az_proj - Joe Mack
  20.  
  21. % ----------------------------------------------------------------
  22.  
  23. % This file is a catalog of fonts known to Ghostscript.  Any font
  24. % that is to be loaded automatically when named must be in this catalog,
  25. % except for fonts that Ghostscript finds automatically in directories
  26. % named in the GS_FONTPATH environment variable.
  27.  
  28. % Each font has an entry consisting of three items:
  29. %
  30. %    - The name by which the font is known inside Ghostscript
  31. %    (a Ghostscript name preceded by a `/', or a string enclosed
  32. %    in parentheses).  This is used to find the file from which
  33. %    a font of a given name should be loaded.
  34. %
  35. %    - Information depending on whether this is a real font or a
  36. %    font alias:
  37. %
  38. %        - For real fonts, the name of the Ghostscript font
  39. %        file (a Ghostscript string, enclosed in parentheses).
  40. %        The filename should include the extension, which (by
  41. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  42. %        also usable as fonts for Ghostscript.
  43. %
  44. %        - For font aliases, the name of the font which should
  45. %        be used when this one is requested, preceded by a
  46. %        `/'.  See the entry for Charter below for an example.
  47. %        Note that an alias name cannot be enclosed in parentheses.
  48. %
  49. %    - At least one space or tab, and a terminating semicolon.
  50.  
  51. % Because of limitations in the MS-DOS environment, Ghostscript font
  52. % file names must be no more than 8 characters long, must consist only
  53. % of LOWER CASE letters, digits, and underscores, and must start with a
  54. % letter.  Font names, on the other hand, need only obey the syntax of
  55. % names in the Ghostscript language, which is much more liberal.
  56.  
  57. % Most of the Ghostscript fonts were created automatically from freely
  58. % available bitmaps.  There is a makefile (fonts.mak) that specifies
  59. % how this conversion was done.  fonts.mak also specifies, for each such
  60. % converted font, its uniqueID (an integer used to identify distinct fonts
  61. % within the Ghostscript font machinery), and its encoding (the mapping
  62. % from character codes in a string to character names).  For more detailed
  63. % information, read fonts.mak.
  64.  
  65. % The following table is actually a Ghostscript data structure.
  66. % If you add new entries, be sure to copy the punctuation accurately;
  67. % in particular, you must leave at least one space or tab between each
  68. % field in the entry.  Also, please read fonts.doc for important information
  69. % about font names.
  70.  
  71. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  72. % and other programs that don't include full PostScript interpreters,
  73. % as well as with PostScript interpreters; .gsf fonts are compatible with
  74. % PostScript interpreters, but not with ATM or similar programs.
  75.  
  76. % Fonts converted from bitmaps.
  77.  
  78. /AvantGarde-Book        (.\\fonts\\pagk.gsf)    ;
  79. /AvantGarde-BookOblique        (.\\fonts\\pagko.gsf)    ;
  80. /AvantGarde-Demi        (.\\fonts\\pagd.gsf)    ;
  81. /AvantGarde-DemiOblique        (.\\fonts\\pagdo.gsf)    ;
  82.  
  83. /Bookman-Light            (.\\fonts\\pbkl.gsf)    ;
  84. /Bookman-LightItalic        (.\\fonts\\pbkli.gsf)    ;
  85. /Bookman-Demi            (.\\fonts\\pbkd.gsf)    ;
  86. /Bookman-DemiItalic        (.\\fonts\\pbkdi.gsf)    ;
  87.  
  88. % The converted Bitstream Charter fonts have been replaced by Type 1 fonts
  89. % contributed to the X11R5 distribution; see below.
  90. %/Charter-Roman            (.\\fonts\\bchr.gsf)    ;
  91. %/Charter-Italic        (.\\fonts\\bchri.gsf)    ;
  92. %/Charter-Bold            (.\\fonts\\bchb.gsf)    ;
  93. %/Charter-BoldItalic        (.\\fonts\\bchbi.gsf)    ;
  94.  
  95. % The converted Courier fonts have been replaced by Type 1 fonts
  96. % contributed to the X11R5 distribution; see below.
  97. %/Courier            (.\\fonts\\pcrr.gsf)    ;
  98. %/Courier-Oblique        (.\\fonts\\pcrro.gsf)    ;
  99. %/Courier-Bold            (.\\fonts\\pcrb.gsf)    ;
  100. %/Courier-BoldOblique        (.\\fonts\\pcrbo.gsf)    ;
  101. % Quite a few PostScript files reference Courier-Oblique rather than
  102. % Courier-Italic, so we need some aliases here.
  103. /Courier-Oblique        /Courier-Italic        ;
  104. /Courier-BoldOblique        /Courier-BoldItalic    ;
  105.  
  106. /Helvetica            (.\\fonts\\phvr.gsf)    ;
  107. /Helvetica-Oblique        (.\\fonts\\phvro.gsf)    ;
  108. /Helvetica-Bold            (.\\fonts\\phvb.gsf)    ;
  109. /Helvetica-BoldOblique        (.\\fonts\\phvbo.gsf)    ;
  110. % We don't have a full set of Helvetica-Narrow....
  111. /Helvetica-Narrow        (.\\fonts\\phvrrn.gsf)    ;
  112.     /Helvetica-Narrow-Bold        /Helvetica-Narrow    ;
  113.  
  114. /NewCenturySchlbk-Roman        (.\\fonts\\pncr.gsf)    ;
  115. /NewCenturySchlbk-Italic    (.\\fonts\\pncri.gsf)    ;
  116. /NewCenturySchlbk-Bold        (.\\fonts\\pncb.gsf)    ;
  117. /NewCenturySchlbk-BoldItalic    (.\\fonts\\pncbi.gsf)    ;
  118.  
  119. /Palatino-Roman            (.\\fonts\\pplr.gsf)    ;
  120. /Palatino-Italic        (.\\fonts\\pplri.gsf)    ;
  121. /Palatino-Bold            (.\\fonts\\pplb.gsf)    ;
  122. /Palatino-BoldItalic        (.\\fonts\\pplbi.gsf)    ;
  123.  
  124. /Symbol                (.\\fonts\\psyr.gsf)    ;
  125.  
  126. /Times-Roman            (.\\fonts\\ptmr.gsf)    ;
  127. /Times-Italic            (.\\fonts\\ptmri.gsf)    ;
  128. /Times-Bold            (.\\fonts\\ptmb.gsf)    ;
  129. /Times-BoldItalic        (.\\fonts\\ptmbi.gsf)    ;
  130.  
  131. /ZapfChancery            (.\\fonts\\zcr.gsf)    ;
  132. /ZapfChancery-Oblique        (.\\fonts\\zcro.gsf)    ;
  133. /ZapfChancery-Bold        (.\\fonts\\zcb.gsf)    ;
  134. % Some PostScript files reference the MediumItalic font....
  135. /ZapfChancery-MediumItalic    /ZapfChancery-Oblique    ;
  136.  
  137. /ZapfDingbats            (.\\fonts\\pzdr.gsf)    ;
  138.  
  139.  
  140. %
  141. % Type 1 fonts contributed to the X11R5 distribution.
  142. %
  143.  
  144. % The following notice accompanied the Charter fonts.
  145. %
  146. % (.\\fonts\\c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  147. %
  148. % You are hereby granted permission under all Bitstream propriety rights
  149. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  150. % Charter (.\\fonts\\r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  151. % for any purpose and without restriction; provided, that this notice is
  152. % left intact on all copies of such fonts and that Bitstream's trademark
  153. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  154. % Type 1 fonts.
  155. %
  156. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  157.  
  158. % The Bitstream Charter fonts have different names (.\\fonts\\CharterBT-
  159. % instead of Charter-), but Ghostscript doesn't care.
  160. /Charter-Roman            (.\\fonts\\bchr.pfa)    ;
  161. /Charter-Italic            (.\\fonts\\bchri.pfa)    ;
  162. /Charter-Bold            (.\\fonts\\bchb.pfa)    ;
  163. /Charter-BoldItalic        (.\\fonts\\bchbi.pfa)    ;
  164.  
  165. % The following notice accompanied the Courier font:
  166. %
  167. %   IBM Courier - Copyright (.\\fonts\\c) IBM Corporation 1990, 1991
  168. %
  169. %   You are hereby granted permission under the terms of the IBM/MIT X
  170. %   Consortium Courier Typefont agreement to execute, reproduce,
  171. %   distribute, display, market, sell and otherwise transfer copies of
  172. %   the IBM Courier font to third parties.
  173. %
  174. %   The font is provided "AS IS" without charge.  NO WARRANTIES OR
  175. %   INDEMNIFICATION ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT
  176. %   LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  177. %   A PARTICULAR PURPOSE.
  178.  
  179. /Courier        (.\\fonts\\ncrr.pfa)    ;
  180. /Courier-Italic        (.\\fonts\\ncrri.pfa)    ;
  181. /Courier-Bold        (.\\fonts\\ncrb.pfa)    ;
  182. /Courier-BoldItalic    (.\\fonts\\ncrbi.pfa)    ;
  183.  
  184. % The following notice accompanied the Utopia font:
  185. %
  186. %   Permission to use, reproduce, display and distribute the listed
  187. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  188. %   appears in all whole and partial copies of the software and that the
  189. %   following trademark symbol and attribution appear in all unmodified
  190. %   copies of the software:
  191. %
  192. %           Copyright (.\\fonts\\c) 1989 Adobe Systems Incorporated
  193. %           Utopia (.\\fonts\\R)
  194. %           Utopia is a registered trademark of Adobe Systems Incorporated
  195. %
  196. %   The Adobe typefaces (.\\fonts\\Type 1 font program, bitmaps and Adobe Font
  197. %   Metric files) donated are:
  198. %
  199. %           Utopia Regular
  200. %           Utopia Italic
  201. %           Utopia Bold
  202. %           Utopia Bold Italic
  203.  
  204. /Utopia-Regular        (.\\fonts\\putr.pfa)    ;
  205. /Utopia-Italic        (.\\fonts\\putri.pfa)    ;
  206. /Utopia-Bold        (.\\fonts\\putb.pfa)    ;
  207. /Utopia-BoldItalic    (.\\fonts\\putbi.pfa)    ;
  208.  
  209. %
  210. % Fonts contributed by URW GmbH for distribution under the GNU License.
  211. % The following notice accompanied these fonts:
  212. %
  213. % N019003L Nimbus Sans L Regular PostScript Type 1 Font Program
  214. % N021003L Nimbus Roman No9 L Regular PostScript Type 1 Font Program
  215. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  216. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  217. %
  218. % Copyright (.\\fonts\\c) 1992 URW GmbH, Hamburg, Germany
  219. %
  220. % This program is free software; you can redistribute it and/or modify
  221. % it under the terms of the GNU General Public License as published by
  222. % the Free Software Foundation; either version 2 of the License, or
  223. % (.\\fonts\\at your option) later version.
  224. %
  225. % This program is distributed in the hope that it will be useful,
  226. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  227. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  228. % See the GNU General Public License for more details.
  229. %
  230. % You should have received a copy of the GNU General Public License
  231. % along with this program; if not, write to the Free Software
  232. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  233. %
  234. % Address:
  235. % URW GmbH
  236. % PC Support
  237. % Harksheider Strasse 102
  238. % 2000 Hamburg 65
  239. % Germany
  240. % Phone: +49 40 60 60 50       (.\\fonts\\Reception)
  241. % Phone: +49 40 60 60 52 30   (.\\fonts\\PC Support)
  242. % Fax    : +49 40 60 60 52 52
  243. %
  244.  
  245. % Nimbus Sans L Regular is a good work-alike for Helvetica:
  246. /Helvetica            /NimbusSansL-Regular    ;
  247. /NimbusSansL-Regular        (.\\fonts\\n019003l.gsf)    ;
  248. % Nimbus Roman No9 L Regular is a good work-alike for Times Roman:
  249. /Times-Roman            /NimbusRomanNo9L-Regular    ;
  250. /NimbusRomanNo9L-Regular    (.\\fonts\\n021003l.gsf)    ;
  251. % The other fonts don't correspond to any in the base set of 35....
  252. /URWAntiquaT-RegularCondensed    (.\\fonts\\u003043t.gsf)    ;
  253. /URWGroteskT-Bold        (.\\fonts\\u004006t.gsf)    ;
  254.  
  255. %
  256. % Shareware Kana fonts.  These are subject to the following notice:
  257. %
  258. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  259. % granted to freely distribute them in entirety along with this statement.
  260. % This is shareware. If you decide to use these fonts please contribute
  261. % $10 US to help support further freeware and shareware software development.
  262. % Questions and comments may be sent to:
  263. %
  264. % hartig@fsl.noaa.gov
  265. % khartig@nyx.cs.du.edu
  266. %
  267. % Kevin Hartig
  268. % 1126 Collyer Street
  269. % Longmont, CO 80501 USA
  270. %
  271. % copyright 1993.
  272.  
  273. % Hiragana and Katakana fonts.  The character names are inappropriate,
  274. % and the encoding is probably not related to any known standard.
  275.  
  276. /Calligraphic-Hiragana        (.\\fonts\\fhirw.gsf)    ;
  277. /Calligraphic-Katakana        (.\\fonts\\fkarw.gsf)    ;
  278.  
  279. %
  280. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  281.  
  282. % Cyrillic fonts.  The character names are inappropriate,
  283. % and the encoding is probably not related to any known standard.
  284.  
  285. /Shareware-Cyrillic-Regular    (.\\fonts\\fcyr.gsf)    ;
  286. /Shareware-Cyrillic-Italic    (.\\fonts\\fcyri.gsf)    ;
  287. % Aliases
  288. /Cyrillic            /Cyrillic-Regular    ;
  289. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  290. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  291.  
  292. %
  293. % Fonts converted from Hershey outlines.  These are constructed and
  294. % maintained manually.  These are also in the public domain.
  295. %
  296. % The suggested UniqueID's and filenames are constructed differently for
  297. % these than for the ones above, because of the strange way that the Hershey
  298. % fonts were constructed.  The scheme for these looks like:
  299. %
  300. % 42TTXY0
  301. %
  302. % TT = typeface, X = ``class'', Y = variation
  303. %
  304. % The typeface names and numbers are listed in fonts.mak.
  305. %
  306. % class:
  307. % 0 = normal            = r
  308. % 1 = simplex            = s
  309. % 2 = complex            = c
  310. % 3 = triplex            = t
  311. % 4 = duplex            = d
  312. %
  313. % variation:
  314. % 0 = normal            (.\\fonts\\omitted)
  315. % 1 = oblique            = o
  316. % 2 = italic            = i
  317. % 3 = bold            = b
  318. % 4 = bold oblique        = bo
  319. % 5 = bold italic        = bi
  320. %
  321.  
  322. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  323. % accents, accented characters, and various other non-alphabetics
  324. % to the original Hershey fonts.  These are "freeware", not to be sold.
  325.  
  326. /Hershey-Gothic-English        (.\\fonts\\hrger.pfa)    ;    % 5066533
  327. /Hershey-Gothic-German        (.\\fonts\\hrgrr.pfa)    ;
  328. /Hershey-Gothic-Italian        (.\\fonts\\hritr.pfa)    ;
  329.  
  330. /Hershey-Plain-Duplex        (.\\fonts\\hrpld.pfa)    ;
  331. /Hershey-Plain-Duplex-Italic    (.\\fonts\\hrpldi.pfa)    ;
  332. /Hershey-Plain-Triplex        (.\\fonts\\hrplt.pfa)    ;
  333. /Hershey-Plain-Triplex-Italic    (.\\fonts\\hrplti.pfa)    ;
  334.  
  335. /Hershey-Script-Complex        (.\\fonts\\hrscc.pfa)    ;
  336. /Hershey-Script-Simplex        (.\\fonts\\hrscs.pfa)    ;    % 5066541
  337.  
  338. % Fonts created algorithmically from the above.
  339.  
  340. /Hershey-Gothic-English-Bold        (.\\fonts\\hrgerb.gsf)    ;    % 5066542
  341. /Hershey-Gothic-English-Oblique        (.\\fonts\\hrgero.gsf)    ;
  342. /Hershey-Gothic-English-SemiBold    (.\\fonts\\hrgerd.gsf)    ;
  343. /Hershey-Gothic-German-Bold        (.\\fonts\\hrgrrb.gsf)    ;
  344. /Hershey-Gothic-German-Oblique        (.\\fonts\\hrgrro.gsf)    ;
  345. /Hershey-Gothic-Italian-Bold        (.\\fonts\\hritrb.gsf)    ;
  346. /Hershey-Gothic-Italian-Oblique        (.\\fonts\\hritro.gsf)    ;
  347.  
  348. /Hershey-Plain-Duplex-Bold        (.\\fonts\\hrpldb.gsf)    ;
  349. /Hershey-Plain-Duplex-Bold-Italic    (.\\fonts\\hrpldbi.gsf)    ;
  350. /Hershey-Plain-Triplex-Bold        (.\\fonts\\hrpltb.gsf)    ;
  351. /Hershey-Plain-Triplex-Bold-Italic    (.\\fonts\\hrpltbi.gsf)    ;
  352.  
  353. /Hershey-Script-Complex-Bold        (.\\fonts\\hrsccb.gsf)    ;
  354. /Hershey-Script-Complex-Oblique        (.\\fonts\\hrscco.gsf)    ;
  355. /Hershey-Script-Simplex-Bold        (.\\fonts\\hrscsb.gsf)    ;
  356. /Hershey-Script-Simplex-Oblique        (.\\fonts\\hrscso.gsf)    ;    % 5066556
  357.  
  358. % Fonts consisting only of characters from the original Hershey
  359. % distribution.  These are Type 3 fonts.
  360.  
  361. /Hershey-Greek-Complex            (.\\fonts\\hrgkc.gsf)    ;    % 5066557
  362. /Hershey-Greek-Simplex            (.\\fonts\\hrgks.gsf)    ;
  363.  
  364. /Hershey-Plain                (.\\fonts\\hrplr.gsf)    ;
  365. /Hershey-Plain-Simplex            (.\\fonts\\hrpls.gsf)    ;    % 5066560
  366.  
  367. % Fonts created algorithmically from the above.
  368.  
  369. /Hershey-Plain-Bold            (.\\fonts\\hrplrb.gsf)    ;    % 5066561
  370. /Hershey-Plain-Bold-Oblique        (.\\fonts\\hrplrbo.gsf)    ;
  371. /Hershey-Plain-Oblique            (.\\fonts\\hrplro.gsf)    ;
  372. /Hershey-Plain-Simplex-Bold        (.\\fonts\\hrplsb.gsf)    ;
  373. /Hershey-Plain-Simplex-Bold-Oblique    (.\\fonts\\hrplsbo.gsf)    ;
  374. /Hershey-Plain-Simplex-Oblique        (.\\fonts\\hrplso.gsf)    ;    % 5066566
  375.  
  376. % This font, and only this font among the Hershey fonts, uses
  377. % the SymbolEncoding.
  378.  
  379. /Hershey-Symbol                (.\\fonts\\hrsyr.gsf)    ;    % 5066567
  380.